Resource StructureDefinition/FHIR Server from package de.gematik.dev.epa#1.1.0-alpha.12 (141 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "epa-observation-gfr",
"url" : "https://gematik.de/fhir/epa/StructureDefinition/epa-observation-gfr",
"version" : "1.1.0",
"name" : "EPAObservationGFR",
"title" : "EPA GFR Observation Profile",
"status" : "active",
"experimental" : false,
"date" : "2024-08-14",
"publisher" : "mio42 GmbH",
"description" : "In diesem Profil kann eine Laboruntersuchung der Glomerulären Filtrationsrate dokumentiert werden.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"definition" : "In diesem Profil kann eine Laboruntersuchung der Glomerulären Filtrationsrate dokumentiert werden.",
"constraint" : [
{
"key" : "obs-epa-1",
"severity" : "error",
"human" : "At least year, month and day are needed",
"expression" : "(effective as dateTime).toString().length() >= 10",
"source" : "https://gematik.de/fhir/epa/StructureDefinition/epa-observation-gfr"
},
{
"key" : "obs-epa-2",
"severity" : "error",
"human" : "If it is a valid Observation it must have a value otherwise it must not have a value",
"expression" : "(Observation.value.exists() implies (Observation.status in ('final' | 'amended' | 'corrected' | 'preliminary')))",
"source" : "https://gematik.de/fhir/epa/StructureDefinition/epa-observation-gfr"
}
]
},
{
"id" : "Observation.meta",
"path" : "Observation.meta",
"mustSupport" : true
},
{
"id" : "Observation.meta.versionId",
"path" : "Observation.meta.versionId",
"mustSupport" : true
},
{
"id" : "Observation.meta.lastUpdated",
"path" : "Observation.meta.lastUpdated",
"mustSupport" : true
},
{
"id" : "Observation.text",
"path" : "Observation.text",
"definition" : "In diesem Element können die in der Instanz enthaltenen Informationen in einer menschenlesbaren Form zusammengefasst werden. Dabei ist zu beachten, dass keine Informationen aufgenommen werden dürfen, die nicht in strukturierter Form an anderer Stelle in der Instanz enthalten sind."
},
{
"id" : "Observation.text.status",
"path" : "Observation.text.status",
"patternCode" : "extensions"
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"definition" : "Hier wird ein Code aus dem FHIR ValueSet http://hl7.org/fhir/ValueSet/observation-status angegeben.",
"mustSupport" : true
},
{
"id" : "Observation.code",
"path" : "Observation.code",
"definition" : "Hier wird die Laboruntersuchung zur Bestimmung der Glomerulären Filtrationsrate (GFR) mittels eines spezifischen Codes definiert. ",
"mustSupport" : true
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc",
"path" : "Observation.code.coding",
"sliceName" : "loinc",
"definition" : "Hier wird die Laboruntersuchung zur Bestimmung der Glomerulären Filtrationsrate (GFR) mittels eines spezifischen Codes definiert. Die deutschen Konzepte entsprechen den offiziellen Ãbersetzungen in der deutschen LOINC-Version.",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://loinc.org"
},
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/terminology/ValueSet/epa-glomerular-filtration-rate-loinc-vs"
}
},
{
"id" : "Observation.code.coding:loinc.system",
"path" : "Observation.code.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc.version",
"path" : "Observation.code.coding.version",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc.code",
"path" : "Observation.code.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.code.coding:loinc.display",
"path" : "Observation.code.coding.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.subject.identifier",
"path" : "Observation.subject.identifier",
"min" : 1,
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"min" : 1,
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.effective[x]:effectiveDateTime",
"path" : "Observation.effective[x]",
"sliceName" : "effectiveDateTime",
"definition" : "Hier wird ein Zeitpunkt der Untersuchung eingetragen, wobei dieser mindestens Tag, Monat und Jahr beinhalten muss.",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.performer",
"path" : "Observation.performer",
"definition" : "Hier wird die behandelnde Person/Einrichtung referenziert, die die Beobachtung durchgeführt hat.",
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/PractitionerRole"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.performer.reference",
"path" : "Observation.performer.reference",
"mustSupport" : true
},
{
"id" : "Observation.performer.identifier",
"path" : "Observation.performer.identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"type" : [
{
"code" : "Quantity"
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]:valueQuantity",
"path" : "Observation.value[x]",
"sliceName" : "valueQuantity",
"definition" : "Hier wird das Messergebnis als quantitativer Wert abgebildet.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Quantity"
}
],
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/terminology/ValueSet/epa-glomerular-filtration-rate-quantity-unit-ucum-vs"
}
},
{
"id" : "Observation.value[x]:valueQuantity.value",
"path" : "Observation.value[x].value",
"definition" : "Numerischer Wert für eine gemessene GröÃe, eine Zahl mit optionalen Dezimalstellen.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.value[x]:valueQuantity.comparator",
"path" : "Observation.value[x].comparator",
"definition" : "Der Komparator kann sein\n* < (kleiner)\n* <= (kleiner oder gleich)\n* >= (gröÃer oder gleich)\n* > (gröÃer)\nDie häufigste Option ist, dass ein Laborwertergebnis = (gleich) eines Wertes ist. In diesem Fall wird kein Komparator gesetzt.",
"mustSupport" : true
},
{
"id" : "Observation.value[x]:valueQuantity.unit",
"path" : "Observation.value[x].unit",
"definition" : "Die Einheit leitet sich aus der MessgröÃe (gemessene Eigenschaft und MengenmaÃ) ab. Ein Beispiel: Wenn die MessgröÃe \"Massekonzentration pro Volumen\" ist, kommen als Einheiten mg/dl oder g/dl in Frage. Nur UCUM-Einheiten sind zulässig.",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.value[x]:valueQuantity.system",
"path" : "Observation.value[x].system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.value[x]:valueQuantity.code",
"path" : "Observation.value[x].code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Observation.note",
"path" : "Observation.note",
"definition" : "Hier können ergänzende freitextliche Kommentare und Notizen vorgenommen werden, die nicht durch die strukturierten Datenelemente erfassbar sind.",
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]",
"path" : "Observation.note.author[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"definition" : "Hier wird die Person referenziert, die die Notiz erstellt hat.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]:authorReference",
"path" : "Observation.note.author[x]",
"sliceName" : "authorReference",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Practitioner"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]:authorReference.reference",
"path" : "Observation.note.author[x].reference",
"mustSupport" : true
},
{
"id" : "Observation.note.author[x]:authorReference.identifier",
"path" : "Observation.note.author[x].identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10",
"http://fhir.de/StructureDefinition/identifier-telematik-id"
]
}
],
"mustSupport" : true
},
{
"id" : "Observation.note.time",
"path" : "Observation.note.time",
"definition" : "Hier wird der Zeitpunkt angegeben, zu dem die Notiz erstellt wurde.",
"comment" : "Dieses Element sollte in der Regel automatisiert ohne Aufwand für die Person, die die Notiz erstellt befüllt werden.",
"mustSupport" : true
},
{
"id" : "Observation.note.text",
"path" : "Observation.note.text",
"definition" : "Hier wird der eigentliche Text der Notiz eingetragen.",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.